github.com/aws/smithy-go/encoding/httpbinding.URIValue.key (field)
4 uses
github.com/aws/smithy-go/encoding/httpbinding (current package)
uri.go#L14: key string
uri.go#L18: return URIValue{path: path, rawPath: rawPath, buffer: buffer, key: key}
uri.go#L22: *u.path, *u.buffer, err = replacePathElement(*u.path, *u.buffer, u.key, value, false)
uri.go#L26: *u.rawPath, *u.buffer, err = replacePathElement(*u.rawPath, *u.buffer, u.key, value, true)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)